home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000000_news@columbia.edu_Wed Mar 29 22:43:47 1995.msg next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20462
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 30 Mar 1995 01:00:19 -0500
  3. Received: by apakabar.cc.columbia.edu id AA27145
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 30 Mar 1995 01:00:17 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!Germany.EU.net!ruhr.de!reswi!postmaster
  6. From: ralf@reswi.en.open.de (Ralf E. Stranzenbach)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: PUT returns "illegal" SUCCESS
  9. Date: 29 Mar 1995 22:43:47 GMT
  10. Organization: News Server fuer en.open.de
  11. Lines: 33
  12. Distribution: world
  13. Message-Id: <RALF.95Mar30004351@jodokus.en.open.de>
  14. Nntp-Posting-Host: jodokus.en.open.de
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17.  
  18. Hi,
  19.  
  20. i've done a s mple kermit script that does a "put" to transfer some
  21. data files between two systems. But unluckily the PUT command returns
  22. SUCCESS even if the other side's servers decides to discard the file
  23. (set file collision discard).
  24.  
  25. How can i decide if kermit has really successfully completed the
  26. transmisson?
  27.  
  28. A second (minor) problem. "BYE" and "FINISH" do return FAILURE even if
  29. they've worked perfectly well.
  30.  
  31. My logout script looks like
  32.     finish
  33.     xif failure { -
  34.       finish, -
  35.       if failure finish -
  36.     }
  37.  
  38. This works, but needs a loooooong time to complete.
  39.  
  40.     - ralf
  41.  
  42. -- 
  43. Ralf E. Stranzenbach  <ralf@reswi.ruhr.de>
  44.     at Home:    +49 2302 / 96200-3
  45.     at Work:    +49 231 / 75892-15
  46.  
  47. "Ich bin auch mit gebrauchtem Denken zufrieden!"
  48.                                         - Charlie Brown
  49.